﻿2026-08-01T18:02:54.5398274Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-01T18:02:54.5405893Z ##[group]Run actions/checkout@v4
2026-08-01T18:02:54.5406618Z with:
2026-08-01T18:02:54.5407309Z   repository: Gamexgit/FinanceManager
2026-08-01T18:02:54.5411334Z   token: ***
2026-08-01T18:02:54.5411866Z   ssh-strict: true
2026-08-01T18:02:54.5412410Z   ssh-user: git
2026-08-01T18:02:54.5412923Z   persist-credentials: true
2026-08-01T18:02:54.5413447Z   clean: true
2026-08-01T18:02:54.5413989Z   sparse-checkout-cone-mode: true
2026-08-01T18:02:54.5414586Z   fetch-depth: 1
2026-08-01T18:02:54.5415079Z   fetch-tags: false
2026-08-01T18:02:54.5415587Z   show-progress: true
2026-08-01T18:02:54.5416076Z   lfs: false
2026-08-01T18:02:54.5416564Z   submodules: false
2026-08-01T18:02:54.5417581Z   set-safe-directory: true
2026-08-01T18:02:54.5418189Z   allow-unsafe-pr-checkout: false
2026-08-01T18:02:54.5419044Z ##[endgroup]
2026-08-01T18:02:54.6520044Z Syncing repository: Gamexgit/FinanceManager
2026-08-01T18:02:54.6560331Z ##[group]Getting Git version info
2026-08-01T18:02:54.6561575Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:02:54.6563069Z [command]/usr/bin/git version
2026-08-01T18:02:54.6563875Z git version 2.54.0
2026-08-01T18:02:54.6677461Z ##[endgroup]
2026-08-01T18:02:54.6686364Z Temporarily overriding HOME='/home/runner/work/_temp/60d75710-3f40-455c-88e8-2db6db57d1a0' before making global git config changes
2026-08-01T18:02:54.6689908Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T18:02:54.6702948Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:02:54.6705568Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:02:54.6707393Z ##[group]Initializing the repository
2026-08-01T18:02:54.6708842Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:02:54.6828770Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T18:02:54.6838766Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T18:02:54.6840702Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T18:02:54.6842221Z hint: call:
2026-08-01T18:02:54.6843242Z hint:
2026-08-01T18:02:54.6844371Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T18:02:54.6845484Z hint:
2026-08-01T18:02:54.6846673Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T18:02:54.6848462Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T18:02:54.6849903Z hint:
2026-08-01T18:02:54.6851803Z hint: 	git branch -m <name>
2026-08-01T18:02:54.6852578Z hint:
2026-08-01T18:02:54.6853504Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T18:02:54.6855063Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-01T18:02:54.6857787Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-01T18:02:54.6860086Z ##[endgroup]
2026-08-01T18:02:54.6861239Z ##[group]Disabling automatic garbage collection
2026-08-01T18:02:54.6862120Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T18:02:54.6883491Z ##[endgroup]
2026-08-01T18:02:54.6884710Z ##[group]Setting up auth
2026-08-01T18:02:54.6888638Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T18:02:54.6961018Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T18:02:54.7465063Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T18:02:54.7470350Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T18:02:54.7631889Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T18:02:54.7658540Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T18:02:54.7834188Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T18:02:54.7860709Z ##[endgroup]
2026-08-01T18:02:54.7862380Z ##[group]Fetching the repository
2026-08-01T18:02:54.7869992Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +465728a905508db6e81667eceb73c74097e49722:refs/remotes/pull/32/merge
2026-08-01T18:02:55.5939336Z From https://github.com/Gamexgit/FinanceManager
2026-08-01T18:02:55.6083398Z  * [new ref]         465728a905508db6e81667eceb73c74097e49722 -> pull/32/merge
2026-08-01T18:02:55.6089302Z ##[endgroup]
2026-08-01T18:02:55.6091404Z ##[group]Determining the checkout info
2026-08-01T18:02:55.6094161Z ##[endgroup]
2026-08-01T18:02:55.6095745Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T18:02:55.6100267Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T18:02:55.6105672Z ##[group]Checking out the ref
2026-08-01T18:02:55.6107966Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-08-01T18:02:55.6398569Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-08-01T18:02:55.6400252Z 
2026-08-01T18:02:55.6401703Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-01T18:02:55.6404351Z changes and commit them, and you can discard any commits you make in this
2026-08-01T18:02:55.6407614Z state without impacting any branches by switching back to a branch.
2026-08-01T18:02:55.6409852Z 
2026-08-01T18:02:55.6411237Z If you want to create a new branch to retain commits you create, you may
2026-08-01T18:02:55.6414789Z do so (now or later) by using -c with the switch command. Example:
2026-08-01T18:02:55.6416330Z 
2026-08-01T18:02:55.6417551Z   git switch -c <new-branch-name>
2026-08-01T18:02:55.6419588Z 
2026-08-01T18:02:55.6420346Z Or undo this operation with:
2026-08-01T18:02:55.6580867Z 
2026-08-01T18:02:55.6597445Z   git switch -
2026-08-01T18:02:55.6598440Z 
2026-08-01T18:02:55.6600049Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-01T18:02:55.6602151Z 
2026-08-01T18:02:55.6604620Z HEAD is now at 465728a Merge 075df7b91f8035b3757f206da3a83db8768e6852 into ef31adbcfb8ed7a9dd7be845113934f02f192506
2026-08-01T18:02:55.6611441Z ##[endgroup]
2026-08-01T18:02:55.6615258Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T18:02:55.6618263Z 465728a905508db6e81667eceb73c74097e49722
